runtime.mapextra.nextOverflow (field)
8 uses
runtime (current package)
map.go#L147: nextOverflow *bmap
map.go#L249: if h.extra != nil && h.extra.nextOverflow != nil {
map.go#L252: ovf = h.extra.nextOverflow
map.go#L255: h.extra.nextOverflow = (*bmap)(add(unsafe.Pointer(ovf), uintptr(t.BucketSize)))
map.go#L261: h.extra.nextOverflow = nil
map.go#L333: h.extra.nextOverflow = nextOverflow
map.go#L1049: h.extra.nextOverflow = nextOverflow
map.go#L1094: h.extra.nextOverflow = nextOverflow
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |